home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / winprogs / txtsrv / txtsrv.dlg < prev    next >
Encoding:
Text File  |  1994-10-25  |  440 b   |  13 lines

  1.  
  2. ABOUTBOX DIALOG 30, 40, 190, 60
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  4. CAPTION "About Text Server"
  5. FONT 8, "MS Sans Serif"
  6. BEGIN
  7.     ICON            "Icon", -1, 10, 10, 18, 20
  8.     LTEXT           "Windows Sockets Text Server Version 1.0", -1, 40, 10, 
  9.                     141, 10
  10.     LTEXT           "⌐ 1993, by Lee Murach", -1, 40, 20, 140, 10
  11.     PUSHBUTTON      "OK", IDOK, 70, 40, 40, 14
  12. END
  13.